Add a 'w' in the right spot.
authorElliot Lee <sopwith@src.gnome.org>
Tue, 1 Aug 2000 00:15:02 +0000 (00:15 +0000)
committerElliot Lee <sopwith@src.gnome.org>
Tue, 1 Aug 2000 00:15:02 +0000 (00:15 +0000)
Add a 'w' in the right spot.

gdk-pixbuf/io-wbmp.c

index 4b7dced9f9cc9440fa38df4438bf8eb3823aa7a8..76cb8e65e0a26543a765952b095e53b58c7b9e64 100644 (file)
@@ -72,7 +72,6 @@ gboolean gdk_pixbuf__wbmp_image_load_increment(gpointer data, guchar * buf,
                                               guint size);
 
 
-
 /* Shared library entry point --> This should be removed when
    generic_image_load enters gdk-pixbuf-io. */
 GdkPixbuf *gdk_pixbuf__wbmp_image_load(FILE * f)
@@ -219,7 +218,7 @@ get_mbi(struct wbmp_progressive_state *context, guchar **buf, guint *buf_size, i
  *
  * append image data onto inrecrementally built output image
  */
-gboolean gdk_pixbuf__bmp_image_load_increment(gpointer data, guchar * buf,
+gboolean gdk_pixbuf__wbmp_image_load_increment(gpointer data, guchar * buf,
                                              guint size)
 {
        struct wbmp_progressive_state *context =